home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Apps / sdr_hlp.cgi.z / sdr_hlp.cgi
Encoding:
Text File  |  1997-07-30  |  2.9 KB  |  63 lines

  1. #!/usr/bin/perl5
  2. print <<EndOfFile;
  3. Content-type: text/html
  4.  
  5. <FORM>
  6. <H2>About the Create Announcement Form</H2>
  7. <P>
  8. The information that you enter on the Create Announcement form  
  9. is used to add your session to the list of events that is displayed 
  10. to Session Directory users when they start the Session Directory 
  11. application. To add your session to the list, specify this information 
  12. on the Create Announcement form:
  13. <UL>
  14. <LI><i>Session Name:</i> The name of your session as it will appear on
  15. the announcement list.
  16.  
  17. <LI><i>Session Description:</i> An explanation of what the session is 
  18. about. Provide enough information so that users can decide whether to
  19. participate in the session.
  20.  
  21. <LI><i>URI:</i> (Universal resource identifier) A related Web location
  22. (URL) where users can find supplementary information about the session. You
  23. can enter only one URI. This field is optional.
  24.  
  25. <LI><i>Address:</i> The broadcast address for the session.
  26.  
  27. <LI><i>Scope:</i> The area where the broadcast will be available: at your
  28. local site, within a broadcast region to which your site belongs, or world-wide.
  29.  
  30. <LI><i>Media</i> and transmission data: The type of media that the session contains
  31. (some sessions contain more than one media type, such as Audio and Video). Select
  32. <i>Recvonly</i> if the session no audience responses will be made during the
  33. session. The <i>Protocol</i> and <i>Format</i> of the media specify the digital
  34. transmission characteristics of the session, which are normally determined by the 
  35. originator of the broadcast, such as a radio station or conference sponsors. 
  36. The <i>Port</i> is the port on the user hosts where the data stream for the
  37. session will be received. Port numbers are standard for audio (30058) and 
  38. video (63432) broadcasts, but you can specify a different number if a different 
  39. port will be used. You must specify the port number for whiteboard and text sessions. 
  40.  
  41. <LI><i>Broadcast</i> time information: The frequency of the session (once, daily, or weekly);
  42. <i>From</i> specifies the date, the starting time on the 24-hour clock, and the 
  43. duration of the session; and <i>Repeat for:</i> specifies the interval at which 
  44. the session will be repeated. For example, if you select <i>weekly</i>, <i>Wed 
  45. Dec 2</i>, <i>13:00</i>, <i>30 minutes</i>, and <i>4 weeks</i>, your session will 
  46. be broadcast for a half hour, beginning at 1 PM on Monday, December 2. It will be 
  47. repeated at the same time every Monday for four consecutive weeks. 
  48.  
  49. <LI><i>email:</i> and <i>phone:</i> The email address, name, and phone number 
  50. of the person responsible for the broadcast of the session (this is not necessarily 
  51. the person making the announcement). Use conventional notation for phone number 
  52. entries (for example, 415-555-1212). Either an email address or a phone number 
  53. must be included in the announcement.
  54.  
  55. </UL>
  56.  
  57. <CENTER>
  58. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  59. </CENTER>
  60. </FORM>
  61. EndOfFile
  62.  
  63.